home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / Interpolation Tools v1.1 / README Excel4 users… < prev    next >
Text File  |  1996-10-12  |  710b  |  10 lines

  1.  
  2. For users of Excel 4 (and a PowerPC Macintosh), I provide two "accelerated resources" containing the two interpolation functions.  I do not provide Add-In support.  You will need to add a macro to your sheet that does the following:
  3.  
  4. =REGISTER("Interpolation Tools","LinearIP","EEK","Linear_Interpolation","x,XY:XY",1,"Interpolation")
  5. =REGISTER("Interpolation Tools","CubicIP","EEK","Cubic_Interpolation","x,XY:XY",1,"Interpolation")
  6. =RETURN()
  7.  
  8. This macro will register the interpolation functions manually.
  9.  
  10. (If you are concerned about speed, you should get Excel 5 for Power Macintosh.  The accelerated resource will help, but its rather pointless.  OMDI does not officially support 68K Macintosh products.)